home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / ScreenSavers / BackSpaceViews / TeapotView.BackModule / teapot.nib / data.classes next >
Text File  |  1995-06-12  |  380b  |  27 lines

  1. MySubclass = {
  2.     SUPERCLASS = Object;
  3. };
  4. FirstResponder = {
  5.     ACTIONS = {
  6.     };
  7.     SUPERCLASS = Object;
  8. };
  9. TeapotView = {
  10.     ACTIONS = {
  11.     setResolutionFrom:;
  12.     setSurfaceType:;
  13.     setColorFrom:;
  14.     };
  15.     OUTLETS = {
  16.     surfaceMatrix;
  17.     resolutionSlider;
  18.     teapotsBox;
  19.     inspectorPanel;
  20.     theShader;
  21.     teapot;
  22.     resolutionTextField;
  23.     colorWell;
  24.     };
  25.     SUPERCLASS = N3DCamera;
  26. };
  27.